Skip to content

)}

ScheduledItem.CompareTo(ScheduledItem?) method

Defined in

Type: ScheduledItem Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public int CompareTo(ScheduledItem<TAbsolute>? other)

Summary: Compares the work item with another work item based on absolute time values.

Parameters

NameTypeDescription
other[ScheduledItem?](#Work item to compare the current work item to.

Returns: int -- Relative ordering between this and the specified work item.

Remarks

The inequality operators are overloaded to provide results consistent with the IComparable implementation. Equality operators implement traditional reference equality semantics.